+Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.c (gtk_entry_completion_key_press):
+ Fix the Shift-Tab support to go backwards.
+
Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix
+Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.c (gtk_entry_completion_key_press):
+ Fix the Shift-Tab support to go backwards.
+
Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix
+Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.c (gtk_entry_completion_key_press):
+ Fix the Shift-Tab support to go backwards.
+
Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix
+Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.c (gtk_entry_completion_key_press):
+ Fix the Shift-Tab support to go backwards.
+
Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix
+Sun Feb 29 23:25:35 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.c (gtk_entry_completion_key_press):
+ Fix the Shift-Tab support to go backwards.
+
Sun Feb 29 16:40:40 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c (gtk_text_view_class_init): Fix
entry = gtk_entry_completion_get_entry (completion);
- gtk_widget_child_focus (gtk_widget_get_toplevel (entry),
- GTK_DIR_TAB_FORWARD);
+ gtk_widget_child_focus (gtk_widget_get_toplevel (entry), dir);
return TRUE;
}